After you have started a curation job, you will receive a job id in the response: { 'id' : '' }
Use this ID to poll for the status of the job using this endpoint. Once the status is FINISHED, you can download the results.
OK
Unauthorized
Forbidden
Not Found
{- "id": "35f23c03-1c22-45fe-9484-3ffe769325de",
- "storageId": "72d6900fce6b326088f5d9d91049e3e6",
- "status": "RUNNING",
- "createdAt": "2025-02-28T12:57:09Z",
- "createdBy": "76248934691294444",
- "progress": "77",
- "result": {
- "statistics": {
- "numberOfRecords": "10",
- "numberOfFailed": "0",
- "numberOfInserts": "10",
- "numberOfQuotaExceeded": "10",
- "numberOfUnknown": "0"
}
}, - "modifiedAt": "2025-02-28T12:57:09Z",
- "statusMessage": "The job failed because storage is empty."
}